home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2567 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: apollo.roskildees.dk!christ
  2. From: christ@apollo.roskildees.dk (Christian Hessenbruch)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: AGA-Assembly problems :(
  5. Date: 2 Feb 1996 07:53:50 GMT
  6. Organization: News Server at UNI-C, Danish Computing Centre for Research and Education.
  7. Distribution: world
  8. Message-ID: <4esfue$klh@news.uni-c.dk>
  9. References: <rade-1601961437210001@cip-mac6.coli.uni-sb.de> <4elqnb$9dc@sunsystem5.informatik.tu-muenchen.de>
  10. NNTP-Posting-Host: apollo.roskildees.dk
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. : |> 
  14. : |> 3. I've another question on the display modulos ($108, $10a). I know I
  15. : |> have to set them to -8
  16. : |> when I display an AGA-pic (FMode=3). But why? How is this calculated? What
  17. : |> values do I need to display an 8-bpl-picture with FMode=0? (it should
  18. : |> work, but I couldn't work it out)
  19. : with fmode = 0  it should be same values like on OCS!
  20. : on fmode = 3 I always managed to get proper display with all modulos 0.
  21. : no -8 ... -8 sounds like having too much display dma!
  22.  
  23. I belive the reason is that the bitmap lines has to be aligned
  24. to 8 when using fmode 3, and as your lines are 40 the DMA will
  25. adjust to 48 (6*8) and then you readjust by setting modulo -8.
  26.  
  27.  
  28. <<================================================================>>
  29. <<      Christian Hessenbruch : christ@apollo.roskildees.dk       >>          
  30. <<---------------------------------------------------------------->>
  31. <<    How 'bout visiting : http://apollo.roskildees.dk/~christ    >>
  32. <<================================================================>>
  33.